Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker monitor remote monitoring bugfix #1499

Merged
merged 1 commit into from
May 21, 2023
Merged

docker monitor remote monitoring bugfix #1499

merged 1 commit into from
May 21, 2023

Conversation

ghost
Copy link

@ghost ghost commented May 17, 2023

Checklist

  • A link to the issue/user story that the pull request relates to
  • How to recreate the problem without the fix
  • Design of the fix
  • How to prove that the fix works
  • Automated tests that prove the fix keeps on working
  • Documentation - any JSDoc, website, or Stackoverflow answers?

Issue/User story

#1493

Steps to Reproduce

  1. Add target remote docker container to monitoring in test config
  2. Run Caliper targeting the remote docker

Existing issues

How do I measure the performance of remote docker container in hyperledger caliper?

Design of the fix

Removed .remote in line 75 of monitor-docker.js, was likely a typo that was just missed since filterName has no property named remote

Validation of the fix

Ran a remote monitoring with good results
report.zip

@ghost ghost self-requested a review May 17, 2023 12:30
@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@d4c5939). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1499   +/-   ##
=======================================
  Coverage        ?   55.89%           
=======================================
  Files           ?      105           
  Lines           ?     4507           
  Branches        ?      688           
=======================================
  Hits            ?     2519           
  Misses          ?     1435           
  Partials        ?      553           
Flag Coverage Δ
caliper-core 44.98% <0.00%> (?)
caliper-fabric 80.46% <0.00%> (?)
generator-caliper 83.62% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Contributor

@davidkel davidkel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
@gvlim thanks for the bug fix

@davidkel davidkel merged commit 8cef10c into hyperledger-caliper:main May 21, 2023
@Mikunics Mikunics deleted the my-bug-fix branch August 1, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants